home *** CD-ROM | disk | FTP | other *** search
- /*======================= MiscMathCoordConverter.h ==========================*/
- /* MiscMathCoordConverter class supports the writing of converters between
- coordinate systems. All values are double precision floating point
- numbers representing locations in a three dimensional coordinate system.
-
- DMA Release 0.8, Copyright @1993 by Genesis Project, Ltd. All Rights
- Reserved. For further information on terms and conditions see
- the MiscKit license.
-
- HISTORY
- 10-Mar-93 Dale Amon at GPL
- Created.
- */
-
- #import <appkit/appkit.h>
- #import <misckit/miscgiskit.h>
-
- @interface MiscMathCoordConverter:MiscCoordConverter
- {
- }
-
- + new;
-
- - finishUnarchiving;
-
- /* These are overridden to block their use */
- + alloc;
- + allocFromZone: (NXZone *)zone;
- - free;
-
- @end
-